CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 表达式 中缀 后缀

搜索资源列表

  1. khss

    0下载:
  2. 数据结构:带括号的算术表达式求值。能完成一位数的带括号的算术表达式的运算,结果可以为多位数。用栈实现中缀表达式和后缀表达式的转换。-data structure : the bracketed arithmetic expression is evaluated. Complete with a number of brackets arithmetic expression Operational results for the multi-digit number. With Stack I
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2130
    • 提供者:橙子
  1. 中缀变后缀

    0下载:
  2. 这个c语言程序实现中缀表达式变为后缀表达式,并且实现其计算-the language program which is made up of expressions into a suffix expression, and its calculation
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2349
    • 提供者:刘文旭
  1. 表达式转换求值 C++

    0下载:
  2. 表达式的转换求值 利用栈 中缀表达式转后缀 直接将扩展名转为CPP即可调试运行
  3. 所属分类:Windows编程

  1. EvaluateExpression.tar 数据结果实验 表达式求值

    0下载:
  2. 数据结果实验 表达式求值 中缀表达式转后缀表达式求值-Results of experimental data to evaluate the expression in infix postfix expression evaluation turn
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-24
    • 文件大小:283301
    • 提供者:endless
  1. calculator

    0下载:
  2. 表达式计算器,实现+,-,*,/,中缀转后缀-calculator
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3797230
    • 提供者:方建伟
  1. 中缀转后缀的程序

    1下载:
  2. 将中缀表达式转化为后缀表达式,并计算它的值,采用栈结构,实现运算
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-11-04
    • 文件大小:684495
    • 提供者:82594138@qq.com
  1. aa

    0下载:
  2. 简单的一遍编译器输入中缀表达式输出后缀表达式-Again a simple compiler input infix expression output suffix expressions
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:9007
    • 提供者:linhei
  1. Caluate

    0下载:
  2. 将中缀表达式转换为后缀表达式,并计算任意四则运算表达式的结果,采用链表和队列实现,非文法和状态机-Infix expression would be converted to suffix expressions, and calculate the arithmetic expression of arbitrary results, the use of linked lists and queues to achieve, non-grammar and the state machine
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:7126
    • 提供者:wuwenxi
  1. 3071102672_A

    0下载:
  2. 计算后缀表达式,先将中缀式转化为后缀式,在进行计算,有较高的效率-Suffix calculated expression, first in the up-type into a suffix-style, in terms of higher efficiency
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:8219
    • 提供者:wingcy
  1. middlechanfinally

    0下载:
  2. 输入一个中缀表达式,将其变为后缀, 内有VC++源代码 -Enter a infix expression to turn it into suffix, with VC++ Source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1429
    • 提供者:李家月
  1. zhongzhuizhuanhouzhui

    0下载:
  2. 中缀表达式转换成后缀表达式,很经典的算法,通过编译实现!-Infix expressions into expressions suffix, it is the classic algorithm, through the compiler to achieve!
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:3579
    • 提供者:wxg
  1. 1

    0下载:
  2. 实现中缀表达式转后缀表达式,并利用后缀表达式求值-Infix expression to expression algorithm suffix
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:892264
    • 提供者:tlh
  1. 1

    0下载:
  2. C++语言编的表达式求值-中缀表达式转为后缀表达式-C++ language for evaluation of the expression- expression to infix expressions suffix
  3. 所属分类:assembly language

    • 发布日期:2017-04-09
    • 文件大小:1565
    • 提供者:小杨
  1. transform

    0下载:
  2. 输入表达式的中缀表达形式,通过编程(借助栈)实现中缀表达式到后缀表达式的转换-Input infix expression forms of expression, through the program (with stacks) infix expression to achieve expression of the conversion suffix
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:840251
    • 提供者:libingyang
  1. InfixToFuffix

    0下载:
  2. 利用堆栈,将中缀表达式转化为后缀表达式,并且输出表达式。-The use of the stack will be made up of expressions into expressions suffix
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:1014
    • 提供者:maike
  1. MidToPost

    0下载:
  2. 中缀变后缀表达式求值:输入表达式,#为结束符(如1+2#),程序会自动给出后缀表达式,并给出最终计算结果。程序中部分地方有注释-Variable postfix infix expression evaluation: Enter the expression,# to end the character (eg, 1+2#), the program will automatically give postfix expression, and gives the end result. So
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:9308
    • 提供者:
  1. ExpressionTest

    0下载:
  2. 中缀表达式转后缀表达式基本思路是:用一个链表 List 储存将要生成的后缀表达式;用一个栈 Stack 储存操作符;判断当前节点, 如果是操作数, 直接加入后缀表达式中, 如果是操作符,则比较前一个操作符和当前操作符的优先级…… -Infix expression basic idea is to switch to postfix expression: list List with a store that will be generated by postfix expression
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:156513
    • 提供者:水生
  1. PostTest

    0下载:
  2. 将给定的中缀表达式转化成后缀表达式,利用栈, 将运算符不断的相比较其优先级来进行表达式的生成(Given the infix expression into postfix expression)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:8192
    • 提供者:坏亻
  1. pragma once

    0下载:
  2. 中缀表达式转后缀表达式并求值,C++,栈的应用,(expression evaluation)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-29
    • 文件大小:15360
    • 提供者:三笠
  1. 中缀表达式转后缀表达式并求值

    0下载:
  2. 能够用数据结构实现中缀表达式到后缀表达式的转变(Change can achieve infix expression to a postfix expression)
  3. 所属分类:数据结构

    • 发布日期:2017-12-17
    • 文件大小:12288
    • 提供者:yaya1
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com